Skip to content

feat: disable per-tracker/MPPT entities by default - #445

Merged
tomer-w merged 1 commit into
tomer-w:mainfrom
pos-ei-don:feat-disable-per-tracker-by-default
Jun 26, 2026
Merged

feat: disable per-tracker/MPPT entities by default#445
tomer-w merged 1 commit into
tomer-w:mainfrom
pos-ei-don:feat-disable-per-tracker-by-default

Conversation

@pos-ei-don

Copy link
Copy Markdown
Contributor

Follows up on tomer-w/victron_mqtt#103 (Q1).

Multi-tracker chargers (e.g. SmartSolar MPPT RS 450/200 with 4 PV trackers) produce ~8 per-tracker entities each, all updating on every keepalive cycle. On installations with several such chargers this easily adds up to dozens of continuously-recorded entities that most users never look at — device-level totals cover the common case.

What this PR does:

Adds 14 per-tracker / per-MPPT generic_short_ids to the existing ENTITIES_DISABLE_BY_DEFAULT list in entity.py:

  • solarcharger (8): tracker_{n}_power/voltage/current/operation_mode/name/max_power_today/max_voltage_today/yield_today
  • multi (6): mppt_{n}_yield_today/yield_yesterday/state/power/voltage/current

Safe for existing installations:

entity_registry_enabled_default only affects entities that don't yet exist in the registry. Any entity already registered keeps its current enabled/disabled state — no history, no automations, no unique_ids are affected.

Users who want the per-tracker breakdown can enable the entities individually in HA (Settings → Entities → show disabled).

@tomer-w
tomer-w merged commit 11fc226 into tomer-w:main Jun 26, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants